Get Window Size
Command Prototype
objRect = Window.GetSize(objUiElement)
Command Description
Get the size of a window (in pixel)
Parameter Description
- Required Parameter
- objUiElement--Corresponding window object; when passed as an integer, it is used as a window handle; when passed as a string, it is used as a window feature to find all matched window to operate; when passed as a UiElement object, operate the window containing it
- return
- objRect--The variable used to save the output of the function call